To change the Cluster service account password
Important
For more information, see "Bypass traverse checking" in Related Topics.
For more information on the other optional password change cluster.exe commands, see "Cluster" in Related Topics.
Argument | Description |
---|---|
/cluster:cluster_name1[,cluster_name2, ...] | Identifies the cluster(s) for the account password change. If multiple clusters are specified in one operation, they must all use the same Cluster service account. If some nodes are unavailable, the account password is not changed on any of the nodes nor on the domain controller. |
/changepass[word][:new_password[,old_password]] | Changes the Cluster service account password on the domain controller and all the cluster nodes from old_password to new_password. If not supplied as part of the command, you will be prompted to provide the new_password and/or the old_password. You can specify a blank password by supplying two double quotes (""). |
/skipdc | Changes the Cluster service account password only on the cluster nodes. You can use this command if you previously issued a cluster /changepass command for multiple clusters and the Cluster service account password was not updated on all the clusters, for whatever reason. If you use this argument, you do not have to supply the old_password parameter. |
/force | Forces the execution of the password change command on the available nodes in the cluster even if some of the cluster nodes are not available. Important
|
cluster /cluster:CLUS1,CLUS2 /changepass:WordTestPassPartOne!, B2PartTwo!
For the second example, if 2 of the nodes in cluster CLUS1 were down, you could force this password change on the domain controller and on all available cluster nodes in CLUS1 by typing:cluster /cluster:CLUS1 /changepass:WordTestPassPartOne!, B2PartTwo! /force
Notes
cluster /changepass /?